home *** CD-ROM | disk | FTP | other *** search
/ Resource Library: Multimedia / Resource Library: Multimedia.iso / hypertxt / msdos / hyprvx11 / ss-form < prev    next >
Encoding:
Text File  |  1990-11-11  |  818 b   |  33 lines

  1. SET-SHOW FORM
  2.  
  3. Sets the default print form. 
  4.  
  5. Avoids jobs from sitting in a queue with a pending status because its print 
  6. form does not match the default queue set with the SET QUEUE command. 
  7.  
  8. The SET NOFORM command clears the print form and specifies the default form as
  9. SYS$PRINT. Use the DCL command SHOW QUEUE/FORM or see your system manager for
  10. valid forms on your system.
  11.  
  12.  
  13. Format:        SET FORM form-name
  14.  
  15.                SET NOFORM
  16.  
  17.                SHOW FORM
  18.  
  19. Examples:
  20.  
  21.         1.
  22.              MAIL> SHOW FORM
  23.        
  24.              You have not specified a form
  25.  
  26.              MAIL> SET FORM MEMO
  27.              MAIL> SHOW FORM
  28.  
  29.              Your default print form is MEMO
  30.        
  31.              MAIL>
  32.  
  33.                     This example shows how to set your default form to MEMO.